Operation Proxy.GetSourceDocument (Get Live Document)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Get the live document even if this is a Proxy or Version Document.
Operation id | Proxy.GetSourceDocument |
---|---|
Aliases | GetLiveDocument |
Category | Document |
Label | Get Live Document |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | document, documents |
---|---|
Outputs | document, documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.document.GetLiveDocument |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Proxy.GetSourceDocument", "aliases" : [ "GetLiveDocument" ], "label" : "Get Live Document", "category" : "Document", "requires" : null, "description" : "Get the live document even if this is a Proxy or Version Document.", "url" : "Proxy.GetSourceDocument", "signature" : [ "document", "document", "documents", "documents" ], "params" : [ ] }